net/http.http2Server.state (field)

11 uses

	net/http (current package)
		h2_bundle.go#L4160: 	state *http2serverInternalState
		h2_bundle.go#L4234: 	conf.state = &http2serverInternalState{
		h2_bundle.go#L4245: 	s.RegisterOnShutdown(conf.state.startGracefulShutdown)
		h2_bundle.go#L4445: 	s.state.registerConn(sc)
		h2_bundle.go#L4446: 	defer s.state.unregisterConn(sc)
		h2_bundle.go#L5150: 	ch := sc.srv.state.getErrChan()
		h2_bundle.go#L5182: 	sc.srv.state.putErrChan(ch)
		h2_bundle.go#L6436: 		errc = sc.srv.state.getErrChan()
		h2_bundle.go#L6448: 			sc.srv.state.putErrChan(errc)
		h2_bundle.go#L7129: 		done:   sc.srv.state.getErrChan(),
		h2_bundle.go#L7146: 		sc.srv.state.putErrChan(msg.done)